home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / bbs / tm0104.txt < prev    next >
Text File  |  1994-01-23  |  3KB  |  63 lines

  1. SEA Technical Memorandum #0104, Using SEAdog with Opus
  2. Last updated: July 29, 1987
  3. Copyright 1988 by System Enhancement Associates, Inc.
  4.  
  5.  
  6.  
  7.                            Using SEAdog With Opus
  8.  
  9.  
  10. It is possible to run Opus under SEAdog.  SEAdog will answer the phone and 
  11. determine whether or not a caller is trying to send mail, and pass them on 
  12. to Opus if not.  
  13.  
  14. First, SEAdog must be told to pass non-mail callers on to Opus.  This is 
  15. done with a BBS statement in the CONFIG.DOG file, like so: 
  16.  
  17.     bbs opus bbs -b*b -t*t -p*p 
  18.  
  19. SEAdog will pass a human caller to Opus by invoking another generation of 
  20. DOS and giving it whatever command you specify in your BBS statement.  This 
  21. command tells DOS to run Opus, passing it arguments that will tell Opus the 
  22. baud rate of the caller, how long he can stay on, and what serial port is 
  23. in use.  
  24.  
  25. Opus must be told to terminate after the caller is disconnected.  This is 
  26. done with the EXIT statement in Opus's BBS.CTL file.  It doesn't matter 
  27. what number you put after the word EXIT, since control will return to 
  28. SEAdog in any case.  
  29.  
  30.  
  31. If you wish to use Opus's O)utside command, or sysop zero command, then we 
  32. strongly advise you to use any method other than EXIT.  If you absolutely 
  33. must use the EXIT method, then you will have to tell SEAdog to invoke Opus 
  34. by way of a batch file, which just gives you one more thing that can go 
  35. wrong.  
  36.  
  37.  
  38. Opus needs to be in its own home directory when it runs, while SEAdog can 
  39. be run from any directory.  For this reason, your SEADOG.BAT file should 
  40. place you in the OPUS directory before starting the SEAdog mailer.  You do 
  41. not have to place the SEAdog and Opus files in the same directory.  
  42.  
  43.  
  44. SEAdog's default banner states that it is a private mail system, and asks 
  45. the caller to hang up.  You will want to change this.  You can use either 
  46. or both of two methods.  The first is the BANNER statement in your 
  47. configuration file.  Whatever follows the word "BANNER", up to the end of 
  48. the line or a semicolon, is displayed instead of the default banner.  A 
  49. typical example might be: 
  50.  
  51.     BANNER SEAboard system -- stand by for Opus 
  52.  
  53. You can also create a text file named BANNER.DOG, which will be displayed 
  54. instead of the banner string to any callers outside of mail events.  This 
  55. file may contain anything you like, and may be as long as you like, but we 
  56. recommend that you keep it short, as SEAdog banners cannot be interrupted.  
  57.  
  58.  
  59. Opus is distributed by the Worldwide Opus Conspiracy, which does not reveal 
  60. its address.  However, the various files that make up the Opus system can 
  61. be downloaded from many of the bulletin boards that participate in the 
  62. public amateur network.  
  63.